home *** CD-ROM | disk | FTP | other *** search
- ; Outline - 2 Script
- OT 1 ;Set Outline Thickness to OT
- magx 3 ;Destination raster is n1 dots wider than original.
- magy 3 ;Destination raster is n2 dots wider than original.
- AR ;Allocate raster (required before GT and D, below).
- GT 0 0 ;Offset drawing n1, n2 from origin.
- D 1 ;Draw image, n = 0 to erase, 1 to draw, -1 to toggle.
- GT 3 0 ;Position at 2 0
- D 1
- GT 0 3
- D 1
- GT 3 3
- D 1
- GT 1 1
- D 0
- GT 2 2
- D 0
-